Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

502
Views
"Attempted to remove more RCTLinkingManager listeners than added" error in react-native

"Attempted to remove more RCTLinkingManager listeners than added" error in react-native

I am using 0.67 upgraded from 0.60, sunddely this error appear I dont use any amplify library and no such thing removeListener.

enter image description here

about 4 years ago · Juan Pablo Isaza
2 answers
Answer question

0

For the time being, new version under unstable tag on npm,

"aws-amplify": "4.3.3-unstable.4"

checkout this github issue : Open Issue

about 4 years ago · Juan Pablo Isaza Report

0

I had the same issue, I was using and old version of react-navigation (2.x), I fixed the issue by just commenting and using patch-package :

Linking.addEventListener('url', this._handleOpenURL);
Linking.removeEventListener('url', this._handleOpenURL);

in node_modules/react-navigation/src/createNavigationContainer.js

I thinks it's for deeplinking but I'm handling it myself anyway.

It's a crappy solution and I will update react-navigation very soon.

So may be it's react-navigation may be not, but one of your node module probably is trying to remove a listener that doesn't exist anymore, you should look for removeEventListener and/or removeListener

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!